ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ItemsBoundControl<T> Class
Members

In This Topic
    ItemsBoundControl<T> Class
    In This Topic
    Defines the base class for C1 bound controls.
    Syntax
    'Declaration
     
    
    Public MustInherit Class ItemsBoundControl(Of T) 
       Inherits Control
       Implements ITemplate 
    public abstract class ItemsBoundControl<T> : Control, ITemplate  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.DropDown<T>
                C1.Web.Mvc.FlexChartBase<T>
                C1.Web.Mvc.FlexGridBase<T>
                C1.Web.Mvc.ListBox<T>
                C1.Web.Mvc.MultiSelectListBox<T>

    See Also